POST
/
v1
/
flux-pro-1.0-depth
curl --request POST \
  --url https://api.us1.bfl.ai/v1/flux-pro-1.0-depth \
  --header 'Content-Type: application/json' \
  --header 'x-key: <api-key>' \
  --data '{
  "prompt": "ein fantastisches bild",
  "control_image": "<string>",
  "preprocessed_image": "<string>",
  "prompt_upsampling": true,
  "seed": 42,
  "steps": 32,
  "output_format": "jpeg",
  "guidance": 50.5,
  "safety_tolerance": 2,
  "webhook_url": "<string>",
  "webhook_secret": "<string>"
}'
{
  "id": "<string>",
  "polling_url": "<string>"
}

Authorizations

x-key
string
header
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.